home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / commercial / blue_ribbon / patchmeister / help / driver_fileformat < prev    next >
Text File  |  1994-11-17  |  1KB  |  31 lines

  1. Synths may send sysex data in various formats.  Use this cycle gadget
  2. to indicate the data format being used by your synth:
  3.  
  4.      STANDARD FORMAT:  This is the most common format.  7 bit format.
  5.  
  6.      NIBBLE HI/LO:     8 bits are sent as two (2) 4 bit nibbles, the
  7.                        high nibble is transmitted first;
  8.                            i.e. HHHHLLLL sent as 0000HHHH 0000LLLL
  9.  
  10.      NIBBLE LO/HI:     8 bits are sent as two (2) 4 bit nibbles, the
  11.                        low nibble is transmitted  first;
  12.                            i.e. HHHHLLLL sent as 0000LLLL 0000HHHH
  13.  
  14.      KORG M1:          Format used by the Korg M1, M3R, T1, T2 and T3.
  15.                        Seven 8 bit bytes are sent as eight bytes. The
  16.                        1st bit of each of the seven bytes are stripped
  17.                        to make the eighth byte, and that new byte is
  18.                        sent first;
  19.                            i.e. FXXXXXXX FXXXXXXX FXXXXXXX FXXXXXXX
  20.                                 FXXXXXXX FXXXXXXX FXXXXXXX
  21.                                               is sent as
  22.                                 0FFFFFFF 0XXXXXXX 0XXXXXXX 0XXXXXXX
  23.                                 0XXXXXXX 0XXXXXXX 0XXXXXXX 0XXXXXXX
  24.  
  25.      8-BIT -> 7-BIT:   A string of consecutive bits is sent in 7-bit
  26.                        chunks.
  27.                            i.e. AAAAAAAB BBBBBBCC CCCCCDDD is sent as
  28.                                 0AAAAAAA 0BBBBBBB 0CCCCCCC 0DDD....
  29.  
  30. Read help for the KEYBOARD gadget.
  31.